home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 15 / CU Amiga Magazine's Super CD-ROM 15 (1997)(EMAP Images)(GB)[!][issue 1997-10].iso / CUCD / Programming / crossgcc_linux / m68k-amigaos / include / proto / alib.h next >
Encoding:
C/C++ Source or Header  |  1997-04-14  |  164 b   |  11 lines

  1. #ifndef PROTO_ALIB_H
  2. #define PROTO_ALIB_H
  3.  
  4. #include <clib/alib_protos.h>
  5.  
  6. #ifdef __GNUC__
  7. #include <inline/alib.h>
  8. #endif /* __GNUC__ */
  9.  
  10. #endif /* PROTO_ALIB_H */
  11.